home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 October / maximum-cd-2011-10.iso / DiscContents / digsby_setup.exe / lib / plugins / twitter / res / Twitter Smooth Operator.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-09-23  |  4.0 KB  |  160 lines

  1. body {
  2.     background: #B6C8E5 url(images/background.png) center top repeat-x fixed;
  3.     font-weight: normal;
  4.     margin: 0 0 10px 0;
  5. }
  6.  
  7. /* smooth operator twitter overrides */
  8. .buddyicon {
  9.     background: none;
  10. }
  11. .message {
  12.     left: 15px;
  13. }
  14. .senderstring {
  15.     font-family: Arial;
  16.     left: 70px;
  17. }
  18.  
  19. div.container {
  20.     -webkit-transition-property: opacity, height, min-height;
  21.     -webkit-transition-duration: 1s, 1s, 1s;
  22.     min-height: 76px;
  23.     height: auto;
  24.     opacity: 1;
  25. }
  26.  
  27. div.reply {
  28.     margin-left: 19px;
  29.     -webkit-transition: margin-left .3s ease-in-out;
  30. }
  31.  
  32. .replyArrow {
  33.     position: absolute;
  34.     top: 26px;
  35.     left: -14px;
  36. }
  37.  
  38. .spinner {
  39.     -webkit-transition: opacity .5s;
  40.     opacity: 0;
  41. }
  42.  
  43. .hiddenFeedItem {
  44.     min-height: 0px;
  45.     height: 0px;
  46.     opacity: 0;
  47. }
  48.  
  49. a { text-decoration: none; }
  50. a:hover { text-decoration: underline; }
  51.  
  52. .senderstring a { text-decoration: none; }
  53. /*.senderstring a:hover { text-decoration: none; }*/
  54.  
  55. /* todo: slightly faded versions of these colors for old tweets */
  56. .timeline .senderstring a { color: #001190; }
  57. .mention .senderstring a { color: #ff7f00; }
  58. .sent .senderstring a { color: #a6002c; }
  59. .direct .senderstring a { color: #ff0000; }
  60. .search .senderstring a { color: #009900; }
  61.  
  62. .time_initial { text-transform: none; } /* don't lowercase times */
  63. .senderstring { text-transform: none; } /* don't lowercase screen names */
  64.  
  65. /* in reply to... */
  66. .senderstring .in_reply_to a {
  67.     color: #808080;
  68.     font-weight: normal;
  69.     -webkit-transition: opacity .5s;
  70. }
  71. .senderstring .in_reply_to { visibility: hidden; }
  72. .container:hover .in_reply_to { visibility: visible; }
  73.  
  74. /* context + hover = no context  
  75. .context:hover .top_left     { background: url("images/top_left.png") top left no-repeat; }
  76. .context:hover .top_center   { background: url("images/top_center.png") top left repeat-x; }
  77. .context:hover .top_right    { background: url("images/top_right.png") top right no-repeat; }
  78. .context:hover .middle_left  { background: url("images/middle_left.png") top left repeat-y; }
  79. .context:hover .middle_right { background: url("images/middle_right.png") top right repeat-y; }
  80. .context:hover .bottom_left  { background: url("images/bottom_left.png") bottom left no-repeat; }
  81. .context:hover .bottom_center{ background: url("images/bottom_center.png") bottom left repeat-x; }
  82. .context:hover .bottom_right { background: url("images/bottom_right.png") bottom right no-repeat; }
  83. .context:hover .middle_center{ background: url("images/middle_center.png") top left repeat; }
  84. */
  85.  
  86. /* fix how text bleeds into right margin in original smooth operator skin */
  87. .message p { margin-right: 12px; }
  88.  
  89. body { -webkit-user-select: none; }
  90. .message p { -webkit-user-select: text; }
  91. .senderstring { -webkit-user-select: text; }
  92.  
  93. .control {
  94.     padding-bottom: 4px;
  95.     padding-right: 5px;
  96. }
  97.  
  98. /* make sure the time <div> is above the "sender" div so that the cursor
  99.  * becomes a hand when hovering over button links */
  100. .time_initial { z-index: 3; }
  101.  
  102. /* only show .control when hovering over the div it's in */
  103. .control {
  104.     opacity: 0;
  105.     z-index: 5;
  106.     /* TODO: fix fading in wxWebKit */
  107.     /* -webkit-transition: opacity .1s linear; */
  108. }
  109.  
  110. .container:hover .control { opacity: 1; }
  111.  
  112. /* source */
  113. .source { font-size: 80%; visibility: hidden; }
  114. .source a { color: #cfcfcf; }
  115. .source { color: #cfcfcf; }
  116. .container:hover .source { visibility: visible; color: #cfcfcf; }
  117.  
  118.  
  119. * {
  120.     word-wrap:break-word;
  121. }
  122.  
  123. body {
  124.     font-family: Lucida Sans Unicode;
  125.     font-size: 9pt;
  126. }
  127.  
  128. img.feedImage {
  129.     width: 48px;
  130.     height: 48px;
  131.     padding-right: 5px;
  132.     float: left;
  133. }
  134.  
  135. .status_container {
  136.     font-size: 9px;
  137.     text-transform: none;
  138.     font-family: Arial;
  139. }
  140.  
  141. .status_time a {
  142.     line-height: 50%;
  143.     font-size: 9px;
  144.     font-family: Arial;
  145.     text-transform: none;
  146.     font-weight: bold;
  147.     color: #fff;
  148. }
  149.  
  150. .status_container a {
  151.     text-transform: none;
  152.     color: #fff;
  153. }
  154.  
  155. .directTarget {
  156.     color: #808080;
  157.     font-weight: normal;
  158. }
  159.  
  160.